home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 21 / AMIGAplus Sonderheft 21 (1999)(ICP)(DE)[!].iso / Service / req.sel < prev    next >
Text File  |  1999-08-09  |  475b  |  27 lines

  1. flow down
  2. screen Workbench
  3. defenv xvar auto;"0 frommax"
  4. defenv yvar auto;13
  5. defarg arg1 Ja
  6. defarg arg2 Nein
  7. pattern 0 pattern2.iff 
  8. pattern 4 pattern.iff 
  9.     x [xvar]
  10.     y [yvar]
  11.     
  12.     onexit dumpx xvar dumpy yvar
  13. title "Amiga Future"
  14. close off
  15. gap 4
  16. ;rows 5
  17. columns 1
  18. startbox
  19. font times 13 ordefault
  20. include env:AfutureTXT
  21. endbox
  22. ;startbox
  23. buttoncol 2 4
  24. button "[arg1]" EXEC "Echo 1" EXIT
  25. button "[arg2]" EXEC "Echo 0" Exit ;Verhält sich ähnlich Requestchoice
  26. ;endbox
  27.